Package com. streamwide. smartms. lib. core. api_ktx. mybusiness
Types
Link copied to clipboard
data class MBUploadServiceNotificationConfig( val intent: Intent? = null, val applicationName: String? = null, val channelName: String? = null, val channelGroupId: String? = null, val channelDescription: String? = null, val iconResId: Int = 0, val completeIconResId: Int = 0, val errorIconResId: Int = 0, val inProgressMessageResId: Int = 0, val completedMessageResId: Int = 0, val errorMessageResId: Int = 0, val isAutoClearOnSuccess: Boolean = false, val isClearOnAction: Boolean = false, val isRingToneEnabled: Boolean = false)
Content copied to clipboard
Link copied to clipboard
data class MyBusinessConfiguration @JvmOverloads constructor( val uploadServiceNotificationConfig: MBUploadServiceNotificationConfig? = null, val defaultAutoDeletionEnabled: Boolean = false, val defaultAutoDeletionPeriod: MBAutoDeletionPeriod = MBAutoDeletionPeriod(MBAutoDeletionUnit.MINUTE, 0), val defaultProcessAutoSave: Boolean = false, val defaultMaxNumberOfRecentUsedTemplate: Int = 6)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard